You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Mul Method > Matrix.Mul Method ([In] double)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Mul Method ([In] double)

Multiply object elements with Value.

Syntax
C#
Visual Basic
public TMtxVec Mul([In] double Value);

Multiply all calling object elements with Value in-place.

var v: Vector; begin v.SetIt(1,3,false,[2,3,5]); // v = [2,3,5] v := v*3; // v = [6,9,15] end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!